Accusoft.OCRXpress.nodejs - Updated
System Requirements
User Guide > Getting Started > System Requirements

Before installing OCR Xpress for Node.js, make sure your computer system meets the minimum requirements detailed below:

For Linux:

For Windows:

Check the Version

For Linux:

To check the version of nodejs, gcc, g++and java on your machine use the following code from a Linux terminal:

Copy Code
$ node -v
$ gcc --version
$ g++ -v
$ java -version

For Windows:

To check the version of nodejs, python, and java on your machine use the following code from a cmd terminal:

Copy Code
$ node -v
$ python --version
$ java -version

Operating System

For Linux:

OCR Xpress for Node.js has been tested on Ubuntu (64-bit) and CentOS (64-bit).

It should also run on other Linux distributions, as long as they fully satisfy the requirements listed in this section.

For Windows:

OCR Xpress for Node.js has been tested on Windows 7 (requires .NET Framework 4.5.1), Windows 8, Windows 10, Windows Server 2008 R2, Windows Server 2012 and Windows Server 2012 R2.